-
Notifications
You must be signed in to change notification settings - Fork 100
Conversation
It looks like we have only just changed to the new index method. Are you sure rustc has been updated? Or did they revert the change? |
Looks like it was merged a day or two ago rust-lang/rust#15652 |
@dpc what is the output of Here is the one I have and Zinc builds without any errors.
|
OK, So I believe "git pull" failed when I was recompiling. [futex:zinc]$ rustc -v But for completeness this is the error: /home/dpc/lab/rust/zinc/src/main.rs:20:9: 20:20 note: lint level defined ^~~~~~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors Tasks: TOP => build_all => build_blink_k20 => I've now did a fresh compilation and I get different error:
/home/dpc/lab/rust/zinc/src/hal/lpc17xx/uart.rs:116:19: 116:29 error: ^~~~~~~~~~ Tasks: TOP => build_all => build_blink_k20 => with: [futex:zinc]$ rustc -v On Sun, Jul 20, 2014 at 11:42 AM, Ilya Dmitrichenko <
Dawid Ciężarkiewicz |
This is new, rust now automatically infers lots of lifetimes, but |
I had to change this to build on rustc that I've compiled few hours ago.